Get the system timeΒΆ

Get the system time.
Note : The system time is important for debugging, network information,
random number seeds, or something as simple as program performance.
import time

print()
print(time.ctime())
print()

Output:

Thu Apr 20 18:25:06 2017